cboj-loans-prc-api

(0 reviews)

Get New Loan Simulation

Description: This endpoint is used to get new loan simulation based on arrangementId. The arrangementId being passed in path parameter..

Mulesoft Request:

Headers:

Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, client_secret

Optional Headers: x-sub-channel-id,x-user-id, Authorization,x-debug-flag,x-debug-flag, x-customer-id

Paramaters:

URI Params: /{arrangementId}/

Query Params: NA

Content-type: application/json

Mulesoft Response:

Success Response: (200)

{
    "status": {
        "success": true,
        "code": "200",
        "arabicMessage": "تمت العملية بنجاح",
        "englishMessage": "The Operation has been Successfully Completed"
    },
    "response": {
        "loanDetails": {
            "arrangementId": "AA21026NMBYK",
            "simulationRef": "AASIMR21026YKH134B",
            "installmentAmount": "1714.533",
            "totalLoanAmount": "10287.199",
            "totalInterest": "287.199",
            "totalCharges": "130",
            "netLoanAmount": "9870",
            "commissionRate": "1",
            "commissionAmount": "100",
            "stampCharges": "30"
        }
    }
}

Reviews